ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexPieBase<T> Class / Offset Property

In This Topic
    Offset Property (FlexPieBase<T>)
    In This Topic
    Gets or sets the offset of the slices from the pie center.
    Syntax
    'Declaration
     
    Public Property Offset As Single
    public float Offset {get; set;}
    Remarks
    The offset is measured as a fraction of the pie radius.
    See Also